'宣言
Public Function New( _ ByVal item As T, _ ByVal changeType As SourceChangeType, _ ByVal ordinal As System.Integer _ )
public SourceChangeEventArgs<T>( T item, SourceChangeType changeType, System.int ordinal )
パラメータ
- item
- 変更されるオブジェクト。
- changeType
- 変更の種類。
- ordinal
- 変更される項目の順序位置。